java.lang.Object
edu.claflin.finder.algo.clustering.struct.fast_greedy_struct.VectorValue

public class VectorValue extends Object
Author:
Cesar Martin
  • Field Details

    • community

      private List<Node> community
    • a

      private double a
  • Constructor Details

    • VectorValue

      public VectorValue(List<Node> c)
    • VectorValue

      public VectorValue(List<Node> c, double a)
  • Method Details

    • getCommunity

      public List<Node> getCommunity()
      Returns:
      the community
    • getA

      public double getA()
      Returns:
      the a
    • setA

      public void setA(double a)
      Parameters:
      a - the a to set
    • toString

      public String toString()
      Overrides:
      toString in class Object